Html Css Color HEX #02698D Cerulean

📋 copy color: '#02698D'

red 2 ◦ green 105 ◦ blue 141

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

Shades of Cerulean #02698D

Tints of Cerulean #02698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.85%

R = 0.81%
G = 42.34%
B = 56.85%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02698D (or 0x02698D) is known color: Cerulean. HEX triplet: 02, 69 and 8D. RGB value is (2,105,141). Sum of RGB (Red+Green+Blue) = 2+105+141=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #02698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02698D is #FD9672. Grayscale: #4E4E4E. Windows color (decimal): -16619123 or 9267458. OLE color: 9267458.

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

Color convert

RGB 2 105 141 -
CMYK 0.99 0.26 0 0.45
HSL 195.54º 0.97% 0.28% -
HSV(B) 195.54º 0.99% 0.55% -
XYZ 9.88 12.04 27 -
YUV 78.31 163.38 73.57 -
System Red Green Blue C M Y K H S L
Decimal 2 105 141 0.99 0.26 0 0.45 195.54 0.97 0.28
Hex 2 69 8D 63 1A 0 2D C4 61 1C
Octal 2 151 215 143 32 0 55 304 141 34
Binary 10 1101001 10001101 1100011 11010 0 101101 11000100 1100001 11100

Color Harmonies of #02698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02698D

Black with #02698D

Text Example


Text Example

White with #02698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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