Html Css Color HEX #02607A Blue Lagoon

📋 copy color: '#02607A'

red 2 ◦ green 96 ◦ blue 122

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

Shades of Blue Lagoon #02607A

Tints of Blue Lagoon #02607A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

 BLUE value IS 122 (48.05% from 255) = 55.45%

R = 0.91%
G = 43.64%
B = 55.45%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02607A (or 0x02607A) is known color: Blue Lagoon. HEX triplet: 02, 60 and 7A. RGB value is (2,96,122). Sum of RGB (Red+Green+Blue) = 2+96+122=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #02607A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02607A is #FD9F85. Grayscale: #464646. Windows color (decimal): -16621446 or 8019970. OLE color: 8019970.

HSL color Cylindrical-coordinate representation of color #02607A: hue angle of 193º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02607A is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 96 122 -
CMYK 0.98 0.21 0 0.52
HSL 193º 0.97% 0.24% -
HSV(B) 193º 0.98% 0.48% -
XYZ 7.72 9.78 19.89 -
YUV 70.86 156.86 78.89 -
System Red Green Blue C M Y K H S L
Decimal 2 96 122 0.98 0.21 0 0.52 193 0.97 0.24
Hex 2 60 7A 62 15 0 34 C1 61 18
Octal 2 140 172 142 25 0 64 301 141 30
Binary 10 1100000 1111010 1100010 10101 0 110100 11000001 1100001 11000

Color Harmonies of #02607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02607A

Black with #02607A

Text Example


Text Example

White with #02607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02607A; }

 p { color: rgb(2,96,122); }

 H1.HeaderClassName
 {
   color: #02607A;
 }
 .AnyTagClassName
 {
   color: #02607A;
 }
</style>

background-color css

<style>
 a { background-color: #02607A; }

 a { background-color: rgb(2,96,122); }

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

border-color css

<style>
 span { border-color: #02607A; }

 span { border-color: rgb(2,96,122); }

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