Html Css Color HEX #0A536E Blue Lagoon

📋 copy color: '#0A536E'

red 10 ◦ green 83 ◦ blue 110

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

Shades of Blue Lagoon #0A536E

Tints of Blue Lagoon #0A536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 4.93%
G = 40.89%
B = 54.19%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A536E (or 0x0A536E) is known color: Blue Lagoon. HEX triplet: 0A, 53 and 6E. RGB value is (10,83,110). Sum of RGB (Red+Green+Blue) = 10+83+110=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A536E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A536E is #F5AC91. Grayscale: #404040. Windows color (decimal): -16100498 or 7230218. OLE color: 7230218.

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

Color convert

RGB 10 83 110 -
CMYK 0.91 0.25 0 0.57
HSL 196.2º 0.83% 0.24% -
HSV(B) 196.2º 0.91% 0.43% -
XYZ 6.03 7.38 15.86 -
YUV 64.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 10 83 110 0.91 0.25 0 0.57 196.2 0.83 0.24
Hex A 53 6E 5B 19 0 39 C4 53 18
Octal 12 123 156 133 31 0 71 304 123 30
Binary 1010 1010011 1101110 1011011 11001 0 111001 11000100 1010011 11000

Color Harmonies of #0A536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A536E

Black with #0A536E

Text Example


Text Example

White with #0A536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,83,110); }

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

background-color css

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

 a { background-color: rgb(10,83,110); }

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

border-color css

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

 span { border-color: rgb(10,83,110); }

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