Html Css Color HEX #0A6271 Blue Lagoon

📋 copy color: '#0A6271'

red 10 ◦ green 98 ◦ blue 113

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

Shades of Blue Lagoon #0A6271

Tints of Blue Lagoon #0A6271

RGB

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

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

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

R = 4.52%
G = 44.34%
B = 51.13%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A6271 (or 0x0A6271) is known color: Blue Lagoon. HEX triplet: 0A, 62 and 71. RGB value is (10,98,113). Sum of RGB (Red+Green+Blue) = 10+98+113=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A6271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6271 is #F59D8E. Grayscale: #494949. Windows color (decimal): -16096655 or 7430666. OLE color: 7430666.

HSL color Cylindrical-coordinate representation of color #0A6271: hue angle of 188.74º 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 #0A6271 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 98 113 -
CMYK 0.91 0.13 0 0.56
HSL 188.74º 0.84% 0.24% -
HSV(B) 188.74º 0.91% 0.44% -
XYZ 7.47 9.99 17.16 -
YUV 73.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 10 98 113 0.91 0.13 0 0.56 188.74 0.84 0.24
Hex A 62 71 5B D 0 38 BD 54 18
Octal 12 142 161 133 15 0 70 275 124 30
Binary 1010 1100010 1110001 1011011 1101 0 111000 10111101 1010100 11000

Color Harmonies of #0A6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6271

Black with #0A6271

Text Example


Text Example

White with #0A6271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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