Html Css Color HEX #02769B Cerulean

📋 copy color: '#02769B'

red 2 ◦ green 118 ◦ blue 155

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

Shades of Cerulean #02769B

Tints of Cerulean #02769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.36%

R = 0.73%
G = 42.91%
B = 56.36%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02769B (or 0x02769B) is known color: Cerulean. HEX triplet: 02, 76 and 9B. RGB value is (2,118,155). Sum of RGB (Red+Green+Blue) = 2+118+155=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #02769B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02769B is #FD8964. Grayscale: #575757. Windows color (decimal): -16615781 or 10188290. OLE color: 10188290.

HSL color Cylindrical-coordinate representation of color #02769B: hue angle of 194.51º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02769B is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 118 155 -
CMYK 0.99 0.24 0 0.39
HSL 194.51º 0.97% 0.31% -
HSV(B) 194.51º 0.99% 0.61% -
XYZ 12.42 15.34 33.32 -
YUV 87.53 166.07 66.99 -
System Red Green Blue C M Y K H S L
Decimal 2 118 155 0.99 0.24 0 0.39 194.51 0.97 0.31
Hex 2 76 9B 63 18 0 27 C3 61 1F
Octal 2 166 233 143 30 0 47 303 141 37
Binary 10 1110110 10011011 1100011 11000 0 100111 11000011 1100001 11111

Color Harmonies of #02769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02769B

Black with #02769B

Text Example


Text Example

White with #02769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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