Html Css Color HEX #02678B Blue Lagoon

📋 copy color: '#02678B'

red 2 ◦ green 103 ◦ blue 139

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

Shades of Blue Lagoon #02678B

Tints of Blue Lagoon #02678B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.97%

R = 0.82%
G = 42.21%
B = 56.97%

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

#02678B (or 0x02678B) is known color: Blue Lagoon. HEX triplet: 02, 67 and 8B. RGB value is (2,103,139). Sum of RGB (Red+Green+Blue) = 2+103+139=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #02678B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02678B is #FD9874. Grayscale: #4C4C4C. Windows color (decimal): -16619637 or 9135874. OLE color: 9135874.

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

Color convert

RGB 2 103 139 -
CMYK 0.99 0.26 0 0.45
HSL 195.77º 0.97% 0.28% -
HSV(B) 195.77º 0.99% 0.55% -
XYZ 9.54 11.58 26.16 -
YUV 76.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 2 103 139 0.99 0.26 0 0.45 195.77 0.97 0.28
Hex 2 67 8B 63 1A 0 2D C4 61 1C
Octal 2 147 213 143 32 0 55 304 141 34
Binary 10 1100111 10001011 1100011 11010 0 101101 11000100 1100001 11100

Color Harmonies of #02678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02678B

Black with #02678B

Text Example


Text Example

White with #02678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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