Html Css Color HEX #0D6478 Blue Lagoon

📋 copy color: '#0D6478'

red 13 ◦ green 100 ◦ blue 120

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

Shades of Blue Lagoon #0D6478

Tints of Blue Lagoon #0D6478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

 BLUE value IS 120 (47.27% from 255) = 51.5%

R = 5.58%
G = 42.92%
B = 51.5%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D6478 (or 0x0D6478) is known color: Blue Lagoon. HEX triplet: 0D, 64 and 78. RGB value is (13,100,120). Sum of RGB (Red+Green+Blue) = 13+100+120=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D6478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6478 is #F29B87. Grayscale: #4C4C4C. Windows color (decimal): -15899528 or 7889933. OLE color: 7889933.

HSL color Cylindrical-coordinate representation of color #0D6478: hue angle of 191.21º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D6478 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 100 120 -
CMYK 0.89 0.17 0 0.53
HSL 191.22º 0.8% 0.26% -
HSV(B) 191.22º 0.89% 0.47% -
XYZ 8.11 10.56 19.38 -
YUV 76.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 13 100 120 0.89 0.17 0 0.53 191.22 0.8 0.26
Hex D 64 78 59 11 0 35 BF 50 1A
Octal 15 144 170 131 21 0 65 277 120 32
Binary 1101 1100100 1111000 1011001 10001 0 110101 10111111 1010000 11010

Color Harmonies of #0D6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6478

Black with #0D6478

Text Example


Text Example

White with #0D6478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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