Html Css Color HEX #0A6371 Blue Lagoon

📋 copy color: '#0A6371'

red 10 ◦ green 99 ◦ blue 113

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

Shades of Blue Lagoon #0A6371

Tints of Blue Lagoon #0A6371

RGB

 RED value IS 10 (4.3% from 255) = 4.5%

 GREEN value IS 99 (39.06% from 255) = 44.59%

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 4.5%
G = 44.59%
B = 50.9%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A6371 (or 0x0A6371) is known color: Blue Lagoon. HEX triplet: 0A, 63 and 71. RGB value is (10,99,113). Sum of RGB (Red+Green+Blue) = 10+99+113=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A6371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6371 is #F59C8E. Grayscale: #494949. Windows color (decimal): -16096399 or 7430922. OLE color: 7430922.

HSL color Cylindrical-coordinate representation of color #0A6371: hue angle of 188.16º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6371 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 99 113 -
CMYK 0.91 0.12 0 0.56
HSL 188.16º 0.84% 0.24% -
HSV(B) 188.16º 0.91% 0.44% -
XYZ 7.57 10.18 17.19 -
YUV 73.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 10 99 113 0.91 0.12 0 0.56 188.16 0.84 0.24
Hex A 63 71 5B C 0 38 BC 54 18
Octal 12 143 161 133 14 0 70 274 124 30
Binary 1010 1100011 1110001 1011011 1100 0 111000 10111100 1010100 11000

Color Harmonies of #0A6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6371

Black with #0A6371

Text Example


Text Example

White with #0A6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,113); }

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

background-color css

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

 a { background-color: rgb(10,99,113); }

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

border-color css

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

 span { border-color: rgb(10,99,113); }

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