Html Css Color HEX #0A476A Dark Cerulean

📋 copy color: '#0A476A'

red 10 ◦ green 71 ◦ blue 106

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

Shades of Dark Cerulean #0A476A

Tints of Dark Cerulean #0A476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.97%

 BLUE value IS 106 (41.8% from 255) = 56.68%

R = 5.35%
G = 37.97%
B = 56.68%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A476A (or 0x0A476A) is known color: Dark Cerulean. HEX triplet: 0A, 47 and 6A. RGB value is (10,71,106). Sum of RGB (Red+Green+Blue) = 10+71+106=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A476A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A476A is #F5B895. Grayscale: #383838. Windows color (decimal): -16103574 or 6965002. OLE color: 6965002.

HSL color Cylindrical-coordinate representation of color #0A476A: hue angle of 201.88º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A476A is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 71 106 -
CMYK 0.91 0.33 0 0.58
HSL 201.88º 0.83% 0.23% -
HSV(B) 201.88º 0.91% 0.42% -
XYZ 4.98 5.61 14.46 -
YUV 56.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 10 71 106 0.91 0.33 0 0.58 201.88 0.83 0.23
Hex A 47 6A 5B 21 0 3A CA 53 17
Octal 12 107 152 133 41 0 72 312 123 27
Binary 1010 1000111 1101010 1011011 100001 0 111010 11001010 1010011 10111

Color Harmonies of #0A476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A476A

Black with #0A476A

Text Example


Text Example

White with #0A476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,71,106); }

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

background-color css

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

 a { background-color: rgb(10,71,106); }

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

border-color css

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

 span { border-color: rgb(10,71,106); }

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