Html Css Color HEX #02647A Blue Lagoon

📋 copy color: '#02647A'

red 2 ◦ green 100 ◦ blue 122

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

Shades of Blue Lagoon #02647A

Tints of Blue Lagoon #02647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.64%

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

R = 0.89%
G = 44.64%
B = 54.46%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02647A (or 0x02647A) is known color: Blue Lagoon. HEX triplet: 02, 64 and 7A. RGB value is (2,100,122). Sum of RGB (Red+Green+Blue) = 2+100+122=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #02647A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02647A is #FD9B85. Grayscale: #494949. Windows color (decimal): -16620422 or 8020994. OLE color: 8020994.

HSL color Cylindrical-coordinate representation of color #02647A: hue angle of 191º 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 #02647A is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 100 122 -
CMYK 0.98 0.18 0 0.52
HSL 191º 0.97% 0.24% -
HSV(B) 191º 0.98% 0.48% -
XYZ 8.1 10.53 20.02 -
YUV 73.21 155.53 77.21 -
System Red Green Blue C M Y K H S L
Decimal 2 100 122 0.98 0.18 0 0.52 191 0.97 0.24
Hex 2 64 7A 62 12 0 34 BF 61 18
Octal 2 144 172 142 22 0 64 277 141 30
Binary 10 1100100 1111010 1100010 10010 0 110100 10111111 1100001 11000

Color Harmonies of #02647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02647A

Black with #02647A

Text Example


Text Example

White with #02647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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