Html Css Color HEX #02648B Blue Lagoon

📋 copy color: '#02648B'

red 2 ◦ green 100 ◦ blue 139

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

Shades of Blue Lagoon #02648B

Tints of Blue Lagoon #02648B

RGB

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

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

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

R = 0.83%
G = 41.49%
B = 57.68%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02648B (or 0x02648B) is known color: Blue Lagoon. HEX triplet: 02, 64 and 8B. RGB value is (2,100,139). Sum of RGB (Red+Green+Blue) = 2+100+139=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #02648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02648B is #FD9B74. Grayscale: #4A4A4A. Windows color (decimal): -16620405 or 9135106. OLE color: 9135106.

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

Color convert

RGB 2 100 139 -
CMYK 0.99 0.28 0 0.45
HSL 197.08º 0.97% 0.28% -
HSV(B) 197.08º 0.99% 0.55% -
XYZ 9.24 10.99 26.06 -
YUV 75.14 164.03 75.83 -
System Red Green Blue C M Y K H S L
Decimal 2 100 139 0.99 0.28 0 0.45 197.08 0.97 0.28
Hex 2 64 8B 63 1C 0 2D C5 61 1C
Octal 2 144 213 143 34 0 55 305 141 34
Binary 10 1100100 10001011 1100011 11100 0 101101 11000101 1100001 11100

Color Harmonies of #02648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02648B

Black with #02648B

Text Example


Text Example

White with #02648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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