Html Css Color HEX #0D696E Blue Lagoon

📋 copy color: '#0D696E'

red 13 ◦ green 105 ◦ blue 110

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

Shades of Blue Lagoon #0D696E

Tints of Blue Lagoon #0D696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.05%

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 5.7%
G = 46.05%
B = 48.25%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D696E (or 0x0D696E) is known color: Blue Lagoon. HEX triplet: 0D, 69 and 6E. RGB value is (13,105,110). Sum of RGB (Red+Green+Blue) = 13+105+110=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D696E is #F29691. Grayscale: #4D4D4D. Windows color (decimal): -15898258 or 7235853. OLE color: 7235853.

HSL color Cylindrical-coordinate representation of color #0D696E: hue angle of 183.09º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D696E is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 105 110 -
CMYK 0.88 0.05 0 0.57
HSL 183.09º 0.79% 0.24% -
HSV(B) 183.09º 0.88% 0.43% -
XYZ 8.03 11.31 16.51 -
YUV 78.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 13 105 110 0.88 0.05 0 0.57 183.09 0.79 0.24
Hex D 69 6E 58 5 0 39 B7 4F 18
Octal 15 151 156 130 5 0 71 267 117 30
Binary 1101 1101001 1101110 1011000 101 0 111001 10110111 1001111 11000

Color Harmonies of #0D696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D696E

Black with #0D696E

Text Example


Text Example

White with #0D696E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,105,110); }

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

background-color css

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

 a { background-color: rgb(13,105,110); }

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

border-color css

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

 span { border-color: rgb(13,105,110); }

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