Html Css Color HEX #02628C Blue Lagoon

📋 copy color: '#02628C'

red 2 ◦ green 98 ◦ blue 140

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

Shades of Blue Lagoon #02628C

Tints of Blue Lagoon #02628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

 BLUE value IS 140 (55.08% from 255) = 58.33%

R = 0.83%
G = 40.83%
B = 58.33%

CMYK

 C value IS 0.99

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02628C (or 0x02628C) is known color: Blue Lagoon. HEX triplet: 02, 62 and 8C. RGB value is (2,98,140). Sum of RGB (Red+Green+Blue) = 2+98+140=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #02628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02628C is #FD9D73. Grayscale: #494949. Windows color (decimal): -16620916 or 9200130. OLE color: 9200130.

HSL color Cylindrical-coordinate representation of color #02628C: hue angle of 198.26º 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 #02628C is Cyan = 0.99, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 98 140 -
CMYK 0.99 0.3 0 0.45
HSL 198.26º 0.97% 0.28% -
HSV(B) 198.26º 0.99% 0.55% -
XYZ 9.13 10.64 26.38 -
YUV 74.08 165.2 76.58 -
System Red Green Blue C M Y K H S L
Decimal 2 98 140 0.99 0.3 0 0.45 198.26 0.97 0.28
Hex 2 62 8C 63 1E 0 2D C6 61 1C
Octal 2 142 214 143 36 0 55 306 141 34
Binary 10 1100010 10001100 1100011 11110 0 101101 11000110 1100001 11100

Color Harmonies of #02628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02628C

Black with #02628C

Text Example


Text Example

White with #02628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02628C; }

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

 H1.HeaderClassName
 {
   color: #02628C;
 }
 .AnyTagClassName
 {
   color: #02628C;
 }
</style>

background-color css

<style>
 a { background-color: #02628C; }

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

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

border-color css

<style>
 span { border-color: #02628C; }

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

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