Html Css Color HEX #0A5474 Dark Cerulean

📋 copy color: '#0A5474'

red 10 ◦ green 84 ◦ blue 116

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

Shades of Dark Cerulean #0A5474

Tints of Dark Cerulean #0A5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40%

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 4.76%
G = 40%
B = 55.24%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A5474 (or 0x0A5474) is known color: Dark Cerulean. HEX triplet: 0A, 54 and 74. RGB value is (10,84,116). Sum of RGB (Red+Green+Blue) = 10+84+116=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A5474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5474 is #F5AB8B. Grayscale: #414141. Windows color (decimal): -16100236 or 7623690. OLE color: 7623690.

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

Color convert

RGB 10 84 116 -
CMYK 0.91 0.28 0 0.55
HSL 198.11º 0.84% 0.25% -
HSV(B) 198.11º 0.91% 0.45% -
XYZ 6.45 7.67 17.66 -
YUV 65.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 10 84 116 0.91 0.28 0 0.55 198.11 0.84 0.25
Hex A 54 74 5B 1C 0 37 C6 54 19
Octal 12 124 164 133 34 0 67 306 124 31
Binary 1010 1010100 1110100 1011011 11100 0 110111 11000110 1010100 11001

Color Harmonies of #0A5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5474

Black with #0A5474

Text Example


Text Example

White with #0A5474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,84,116); }

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

background-color css

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

 a { background-color: rgb(10,84,116); }

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

border-color css

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

 span { border-color: rgb(10,84,116); }

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