Html Css Color HEX #0D5364 Blue Lagoon

📋 copy color: '#0D5364'

red 13 ◦ green 83 ◦ blue 100

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

Shades of Blue Lagoon #0D5364

Tints of Blue Lagoon #0D5364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

 BLUE value IS 100 (39.45% from 255) = 51.02%

R = 6.63%
G = 42.35%
B = 51.02%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0D5364 (or 0x0D5364) is known color: Blue Lagoon. HEX triplet: 0D, 53 and 64. RGB value is (13,83,100). Sum of RGB (Red+Green+Blue) = 13+83+100=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #0D5364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5364 is #F2AC9B. Grayscale: #3F3F3F. Windows color (decimal): -15903900 or 6574861. OLE color: 6574861.

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

Color convert

RGB 13 83 100 -
CMYK 0.87 0.17 0 0.61
HSL 191.72º 0.77% 0.22% -
HSV(B) 191.72º 0.87% 0.39% -
XYZ 5.56 7.19 13.15 -
YUV 64.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 13 83 100 0.87 0.17 0 0.61 191.72 0.77 0.22
Hex D 53 64 57 11 0 3D C0 4D 16
Octal 15 123 144 127 21 0 75 300 115 26
Binary 1101 1010011 1100100 1010111 10001 0 111101 11000000 1001101 10110

Color Harmonies of #0D5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5364

Black with #0D5364

Text Example


Text Example

White with #0D5364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,83,100); }

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

background-color css

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

 a { background-color: rgb(13,83,100); }

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

border-color css

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

 span { border-color: rgb(13,83,100); }

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