Html Css Color HEX #024B68 Blue Lagoon

📋 copy color: '#024B68'

red 2 ◦ green 75 ◦ blue 104

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

Shades of Blue Lagoon #024B68

Tints of Blue Lagoon #024B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.44%

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 1.1%
G = 41.44%
B = 57.46%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#024B68 (or 0x024B68) is known color: Blue Lagoon. HEX triplet: 02, 4B and 68. RGB value is (2,75,104). Sum of RGB (Red+Green+Blue) = 2+75+104=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #024B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B68 is #FDB497. Grayscale: #383838. Windows color (decimal): -16626840 or 6834946. OLE color: 6834946.

HSL color Cylindrical-coordinate representation of color #024B68: hue angle of 197.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B68 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 75 104 -
CMYK 0.98 0.28 0 0.59
HSL 197.06º 0.96% 0.21% -
HSV(B) 197.06º 0.98% 0.41% -
XYZ 5.04 6.04 14 -
YUV 56.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 2 75 104 0.98 0.28 0 0.59 197.06 0.96 0.21
Hex 2 4B 68 62 1C 0 3B C5 60 15
Octal 2 113 150 142 34 0 73 305 140 25
Binary 10 1001011 1101000 1100010 11100 0 111011 11000101 1100000 10101

Color Harmonies of #024B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B68

Black with #024B68

Text Example


Text Example

White with #024B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024B68; }

 p { color: rgb(2,75,104); }

 H1.HeaderClassName
 {
   color: #024B68;
 }
 .AnyTagClassName
 {
   color: #024B68;
 }
</style>

background-color css

<style>
 a { background-color: #024B68; }

 a { background-color: rgb(2,75,104); }

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

border-color css

<style>
 span { border-color: #024B68; }

 span { border-color: rgb(2,75,104); }

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