Html Css Color HEX #0D5868 Blue Lagoon

📋 copy color: '#0D5868'

red 13 ◦ green 88 ◦ blue 104

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

Shades of Blue Lagoon #0D5868

Tints of Blue Lagoon #0D5868

RGB

 RED value IS 13 (5.47% from 255) = 6.34%

 GREEN value IS 88 (34.77% from 255) = 42.93%

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

R = 6.34%
G = 42.93%
B = 50.73%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0D5868 (or 0x0D5868) is known color: Blue Lagoon. HEX triplet: 0D, 58 and 68. RGB value is (13,88,104). Sum of RGB (Red+Green+Blue) = 13+88+104=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D5868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5868 is #F2A797. Grayscale: #434343. Windows color (decimal): -15902616 or 6838285. OLE color: 6838285.

HSL color Cylindrical-coordinate representation of color #0D5868: hue angle of 190.55º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D5868 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 13 88 104 -
CMYK 0.88 0.15 0 0.59
HSL 190.55º 0.78% 0.23% -
HSV(B) 190.55º 0.88% 0.41% -
XYZ 6.15 8.06 14.33 -
YUV 67.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 13 88 104 0.88 0.15 0 0.59 190.55 0.78 0.23
Hex D 58 68 58 F 0 3B BF 4E 17
Octal 15 130 150 130 17 0 73 277 116 27
Binary 1101 1011000 1101000 1011000 1111 0 111011 10111111 1001110 10111

Color Harmonies of #0D5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5868

Black with #0D5868

Text Example


Text Example

White with #0D5868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D5868; }

 p { color: rgb(13,88,104); }

 H1.HeaderClassName
 {
   color: #0D5868;
 }
 .AnyTagClassName
 {
   color: #0D5868;
 }
</style>

background-color css

<style>
 a { background-color: #0D5868; }

 a { background-color: rgb(13,88,104); }

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

border-color css

<style>
 span { border-color: #0D5868; }

 span { border-color: rgb(13,88,104); }

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