Html Css Color HEX #0D5462 Blue Lagoon

📋 copy color: '#0D5462'

red 13 ◦ green 84 ◦ blue 98

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

Shades of Blue Lagoon #0D5462

Tints of Blue Lagoon #0D5462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.08%

 BLUE value IS 98 (38.67% from 255) = 50.26%

R = 6.67%
G = 43.08%
B = 50.26%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0D5462 (or 0x0D5462) is known color: Blue Lagoon. HEX triplet: 0D, 54 and 62. RGB value is (13,84,98). Sum of RGB (Red+Green+Blue) = 13+84+98=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D5462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5462 is #F2AB9D. Grayscale: #404040. Windows color (decimal): -15903646 or 6444045. OLE color: 6444045.

HSL color Cylindrical-coordinate representation of color #0D5462: hue angle of 189.88º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D5462 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 84 98 -
CMYK 0.87 0.14 0 0.62
HSL 189.88º 0.77% 0.22% -
HSV(B) 189.88º 0.87% 0.38% -
XYZ 5.54 7.31 12.67 -
YUV 64.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 13 84 98 0.87 0.14 0 0.62 189.88 0.77 0.22
Hex D 54 62 57 E 0 3E BE 4D 16
Octal 15 124 142 127 16 0 76 276 115 26
Binary 1101 1010100 1100010 1010111 1110 0 111110 10111110 1001101 10110

Color Harmonies of #0D5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5462

Black with #0D5462

Text Example


Text Example

White with #0D5462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,84,98); }

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

background-color css

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

 a { background-color: rgb(13,84,98); }

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

border-color css

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

 span { border-color: rgb(13,84,98); }

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