Html Css Color HEX #02769F Cerulean

📋 copy color: '#02769F'

red 2 ◦ green 118 ◦ blue 159

#02769F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #02769F

Tints of Cerulean #02769F

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

 GREEN value IS 118 (46.48% from 255) = 42.29%

 BLUE value IS 159 (62.5% from 255) = 56.99%

R = 0.72%
G = 42.29%
B = 56.99%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02769F (or 0x02769F) is known color: Cerulean. HEX triplet: 02, 76 and 9F. RGB value is (2,118,159). Sum of RGB (Red+Green+Blue) = 2+118+159=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #02769F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02769F is #FD8960. Grayscale: #575757. Windows color (decimal): -16615777 or 10450434. OLE color: 10450434.

HSL color Cylindrical-coordinate representation of color #02769F: hue angle of 195.67º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02769F is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 118 159 -
CMYK 0.99 0.26 0 0.38
HSL 195.67º 0.98% 0.32% -
HSV(B) 195.67º 0.99% 0.62% -
XYZ 12.76 15.47 35.11 -
YUV 87.99 168.07 66.67 -
System Red Green Blue C M Y K H S L
Decimal 2 118 159 0.99 0.26 0 0.38 195.67 0.98 0.32
Hex 2 76 9F 63 1A 0 26 C4 62 20
Octal 2 166 237 143 32 0 46 304 142 40
Binary 10 1110110 10011111 1100011 11010 0 100110 11000100 1100010 100000

Color Harmonies of #02769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02769F

Black with #02769F

Text Example


Text Example

White with #02769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02769F; }

 p { color: rgb(2,118,159); }

 H1.HeaderClassName
 {
   color: #02769F;
 }
 .AnyTagClassName
 {
   color: #02769F;
 }
</style>

background-color css

<style>
 a { background-color: #02769F; }

 a { background-color: rgb(2,118,159); }

 div.DivClassName
 {
   background-color: #02769F;
 }
 .BgClassName
 {
   background-color: #02769F;
 }
</style>

border-color css

<style>
 span { border-color: #02769F; }

 span { border-color: rgb(2,118,159); }

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