Html Css Color HEX #0A3C82 Dark Cerulean

📋 copy color: '#0A3C82'

red 10 ◦ green 60 ◦ blue 130

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

Shades of Dark Cerulean #0A3C82

Tints of Dark Cerulean #0A3C82

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30%

 BLUE value IS 130 (51.17% from 255) = 65%

R = 5%
G = 30%
B = 65%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A3C82 (or 0x0A3C82) is known color: Dark Cerulean. HEX triplet: 0A, 3C and 82. RGB value is (10,60,130). Sum of RGB (Red+Green+Blue) = 10+60+130=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A3C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3C82 is #F5C37D. Grayscale: #343434. Windows color (decimal): -16106366 or 8535050. OLE color: 8535050.

HSL color Cylindrical-coordinate representation of color #0A3C82: hue angle of 215º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3C82 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 60 130 -
CMYK 0.92 0.54 0 0.49
HSL 215º 0.86% 0.27% -
HSV(B) 215º 0.92% 0.51% -
XYZ 5.77 4.91 21.76 -
YUV 53.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 10 60 130 0.92 0.54 0 0.49 215 0.86 0.27
Hex A 3C 82 5C 36 0 31 D7 56 1B
Octal 12 74 202 134 66 0 61 327 126 33
Binary 1010 111100 10000010 1011100 110110 0 110001 11010111 1010110 11011

Color Harmonies of #0A3C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3C82

Black with #0A3C82

Text Example


Text Example

White with #0A3C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,60,130); }

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

background-color css

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

 a { background-color: rgb(10,60,130); }

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

border-color css

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

 span { border-color: rgb(10,60,130); }

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