Html Css Color HEX #0A5875 Blue Lagoon

📋 copy color: '#0A5875'

red 10 ◦ green 88 ◦ blue 117

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

Shades of Blue Lagoon #0A5875

Tints of Blue Lagoon #0A5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.93%

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 4.65%
G = 40.93%
B = 54.42%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A5875 (or 0x0A5875) is known color: Blue Lagoon. HEX triplet: 0A, 58 and 75. RGB value is (10,88,117). Sum of RGB (Red+Green+Blue) = 10+88+117=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A5875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5875 is #F5A78A. Grayscale: #434343. Windows color (decimal): -16099211 or 7690250. OLE color: 7690250.

HSL color Cylindrical-coordinate representation of color #0A5875: hue angle of 196.26º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5875 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 88 117 -
CMYK 0.91 0.25 0 0.54
HSL 196.26º 0.84% 0.25% -
HSV(B) 196.26º 0.91% 0.46% -
XYZ 6.83 8.33 18.08 -
YUV 67.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 10 88 117 0.91 0.25 0 0.54 196.26 0.84 0.25
Hex A 58 75 5B 19 0 36 C4 54 19
Octal 12 130 165 133 31 0 66 304 124 31
Binary 1010 1011000 1110101 1011011 11001 0 110110 11000100 1010100 11001

Color Harmonies of #0A5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5875

Black with #0A5875

Text Example


Text Example

White with #0A5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,88,117); }

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

background-color css

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

 a { background-color: rgb(10,88,117); }

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

border-color css

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

 span { border-color: rgb(10,88,117); }

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