Html Css Color HEX #02678C Blue Lagoon

📋 copy color: '#02678C'

red 2 ◦ green 103 ◦ blue 140

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

Shades of Blue Lagoon #02678C

Tints of Blue Lagoon #02678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.04%

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

R = 0.82%
G = 42.04%
B = 57.14%

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

#02678C (or 0x02678C) is known color: Blue Lagoon. HEX triplet: 02, 67 and 8C. RGB value is (2,103,140). Sum of RGB (Red+Green+Blue) = 2+103+140=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #02678C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02678C is #FD9873. Grayscale: #4C4C4C. Windows color (decimal): -16619636 or 9201410. OLE color: 9201410.

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

Color convert

RGB 2 103 140 -
CMYK 0.99 0.26 0 0.45
HSL 196.09º 0.97% 0.28% -
HSV(B) 196.09º 0.99% 0.55% -
XYZ 9.61 11.61 26.54 -
YUV 77.02 163.54 74.49 -
System Red Green Blue C M Y K H S L
Decimal 2 103 140 0.99 0.26 0 0.45 196.09 0.97 0.28
Hex 2 67 8C 63 1A 0 2D C4 61 1C
Octal 2 147 214 143 32 0 55 304 141 34
Binary 10 1100111 10001100 1100011 11010 0 101101 11000100 1100001 11100

Color Harmonies of #02678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02678C

Black with #02678C

Text Example


Text Example

White with #02678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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