Html Css Color HEX #02698F Cerulean

📋 copy color: '#02698F'

red 2 ◦ green 105 ◦ blue 143

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

Shades of Cerulean #02698F

Tints of Cerulean #02698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 143 (56.25% from 255) = 57.2%

R = 0.8%
G = 42%
B = 57.2%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02698F (or 0x02698F) is known color: Cerulean. HEX triplet: 02, 69 and 8F. RGB value is (2,105,143). Sum of RGB (Red+Green+Blue) = 2+105+143=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #02698F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02698F is #FD9670. Grayscale: #4E4E4E. Windows color (decimal): -16619121 or 9398530. OLE color: 9398530.

HSL color Cylindrical-coordinate representation of color #02698F: hue angle of 196.17º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02698F is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 105 143 -
CMYK 0.99 0.27 0 0.44
HSL 196.17º 0.97% 0.28% -
HSV(B) 196.17º 0.99% 0.56% -
XYZ 10.03 12.1 27.79 -
YUV 78.54 164.38 73.41 -
System Red Green Blue C M Y K H S L
Decimal 2 105 143 0.99 0.27 0 0.44 196.17 0.97 0.28
Hex 2 69 8F 63 1B 0 2C C4 61 1C
Octal 2 151 217 143 33 0 54 304 141 34
Binary 10 1101001 10001111 1100011 11011 0 101100 11000100 1100001 11100

Color Harmonies of #02698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02698F

Black with #02698F

Text Example


Text Example

White with #02698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,105,143); }

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

background-color css

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

 a { background-color: rgb(2,105,143); }

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

border-color css

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

 span { border-color: rgb(2,105,143); }

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