Html Css Color HEX #0A3781 Dark Cerulean

📋 copy color: '#0A3781'

red 10 ◦ green 55 ◦ blue 129

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

Shades of Dark Cerulean #0A3781

Tints of Dark Cerulean #0A3781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 129 (50.78% from 255) = 66.49%

R = 5.15%
G = 28.35%
B = 66.49%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A3781 (or 0x0A3781) is known color: Dark Cerulean. HEX triplet: 0A, 37 and 81. RGB value is (10,55,129). Sum of RGB (Red+Green+Blue) = 10+55+129=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A3781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3781 is #F5C87E. Grayscale: #313131. Windows color (decimal): -16107647 or 8468234. OLE color: 8468234.

HSL color Cylindrical-coordinate representation of color #0A3781: hue angle of 217.31º 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 #0A3781 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 55 129 -
CMYK 0.92 0.57 0 0.49
HSL 217.31º 0.86% 0.27% -
HSV(B) 217.31º 0.92% 0.51% -
XYZ 5.45 4.38 21.33 -
YUV 49.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 10 55 129 0.92 0.57 0 0.49 217.31 0.86 0.27
Hex A 37 81 5C 39 0 31 D9 56 1B
Octal 12 67 201 134 71 0 61 331 126 33
Binary 1010 110111 10000001 1011100 111001 0 110001 11011001 1010110 11011

Color Harmonies of #0A3781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3781

Black with #0A3781

Text Example


Text Example

White with #0A3781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,55,129); }

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

background-color css

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

 a { background-color: rgb(10,55,129); }

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

border-color css

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

 span { border-color: rgb(10,55,129); }

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