Html Css Color HEX #0A4685 Dark Cerulean

📋 copy color: '#0A4685'

red 10 ◦ green 70 ◦ blue 133

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

Shades of Dark Cerulean #0A4685

Tints of Dark Cerulean #0A4685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

 BLUE value IS 133 (52.34% from 255) = 62.44%

R = 4.69%
G = 32.86%
B = 62.44%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A4685 (or 0x0A4685) is known color: Dark Cerulean. HEX triplet: 0A, 46 and 85. RGB value is (10,70,133). Sum of RGB (Red+Green+Blue) = 10+70+133=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A4685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4685 is #F5B97A. Grayscale: #3A3A3A. Windows color (decimal): -16103803 or 8734218. OLE color: 8734218.

HSL color Cylindrical-coordinate representation of color #0A4685: hue angle of 210.73º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4685 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 70 133 -
CMYK 0.92 0.47 0 0.48
HSL 210.73º 0.86% 0.28% -
HSV(B) 210.73º 0.92% 0.52% -
XYZ 6.55 6.14 23.03 -
YUV 59.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 10 70 133 0.92 0.47 0 0.48 210.73 0.86 0.28
Hex A 46 85 5C 2F 0 30 D3 56 1C
Octal 12 106 205 134 57 0 60 323 126 34
Binary 1010 1000110 10000101 1011100 101111 0 110000 11010011 1010110 11100

Color Harmonies of #0A4685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4685

Black with #0A4685

Text Example


Text Example

White with #0A4685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,70,133); }

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

background-color css

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

 a { background-color: rgb(10,70,133); }

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

border-color css

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

 span { border-color: rgb(10,70,133); }

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