Html Css Color HEX #0D6279 Blue Lagoon

📋 copy color: '#0D6279'

red 13 ◦ green 98 ◦ blue 121

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

Shades of Blue Lagoon #0D6279

Tints of Blue Lagoon #0D6279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

 BLUE value IS 121 (47.66% from 255) = 52.16%

R = 5.6%
G = 42.24%
B = 52.16%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D6279 (or 0x0D6279) is known color: Blue Lagoon. HEX triplet: 0D, 62 and 79. RGB value is (13,98,121). Sum of RGB (Red+Green+Blue) = 13+98+121=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D6279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6279 is #F29D86. Grayscale: #4B4B4B. Windows color (decimal): -15900039 or 7954957. OLE color: 7954957.

HSL color Cylindrical-coordinate representation of color #0D6279: hue angle of 192.78º degrees, saturation: 0.81, 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 #0D6279 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 98 121 -
CMYK 0.89 0.19 0 0.53
HSL 192.78º 0.81% 0.26% -
HSV(B) 192.78º 0.89% 0.47% -
XYZ 7.98 10.2 19.64 -
YUV 75.21 153.84 83.63 -
System Red Green Blue C M Y K H S L
Decimal 13 98 121 0.89 0.19 0 0.53 192.78 0.81 0.26
Hex D 62 79 59 13 0 35 C1 51 1A
Octal 15 142 171 131 23 0 65 301 121 32
Binary 1101 1100010 1111001 1011001 10011 0 110101 11000001 1010001 11010

Color Harmonies of #0D6279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6279

Black with #0D6279

Text Example


Text Example

White with #0D6279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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