#0262A7

Color #0262A7 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0262A7

Tints of Cerulean #0262A7

Color information

#0262A7 (or 0x0262A7) is unknown color: approx Cerulean. HEX triplet: 02, 62 and A7. RGB value is (2,98,167). Sum of RGB (Red+Green+Blue) = 2+98+167=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 167 (65.62% from 255 or 62.55% from 267); Max value from RGB is 167 - color contains mainly: blue. Hex color #0262A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0262A7 is #FD9D58. Grayscale: #4C4C4C. Windows color (decimal): -16620889 or 10969602. OLE color: 10969602.

HSL color Cylindrical-coordinate representation of color #0262A7: hue angle of 205.09º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262A7 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB298167-
CMYK0.990.4100.35
HSL205.09º97.63%33.14%-
HSV(B)205.09º98.8%65.49%-
XYZ11.3711.5438.19-
YUV77.16178.774.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 167 (65.62% from 255) = 62.55%
R=0.75%
G=36.70%
B=62.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2981670.990.4100.35205.0997.6333.14
Hex262A76329023cd6221
Octal21422471435104331514241
Binary1011000101010011111000111010010100011110011011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0262A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0262A7; }

 p { color: rgb(2,98,167); }

 H1.HeaderClassName
 {
   color: #0262A7;
 }
 .AnyTagClassName
 {
   color: #0262A7;
 }
</style>
background-color css

<style>
 a { background-color: #0262A7; }

 a { background-color: rgb(2,98,167); }

 div.DivClassName
 {
   background-color: #0262A7;
 }
 .BgClassName
 {
   background-color: #0262A7;
 }
</style>
border-color css

<style>
 span { border-color: #0262A7; }

 span { border-color: rgb(2,98,167); }

 td.TdClassName
 {
   border-color: #0262A7;
 }
 .TagClassName
 {
   border-color: #0262A7;
 }
</style>