#02648D

Color #02648D Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #02648D

Tints of Blue Lagoon #02648D

Color information

#02648D (or 0x02648D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 64 and 8D. RGB value is (2,100,141). Sum of RGB (Red+Green+Blue) = 2+100+141=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #02648D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02648D is #FD9B72. Grayscale: #4B4B4B. Windows color (decimal): -16620403 or 9266178. OLE color: 9266178.

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

Color convert

RGB2100141-
CMYK0.990.2900.45
HSL197.7º97.2%28.04%-
HSV(B)197.7º98.58%55.29%-
XYZ9.3911.0526.84-
YUV75.37165.0375.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 100 (39.45% from 255) = 41.15%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=0.82%
G=41.15%
B=58.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21001410.990.2900.45197.797.228.04
Hex2648D631D02Dc6611c
Octal21442151433505530614134
Binary10110010010001101110001111101010110111000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02648D;
 }
 .AnyTagClassName
 {
   color: #02648D;
 }
</style>
background-color css

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

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

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

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

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

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