Html Css Color HEX #0A3F8C Dark Cerulean

📋 copy color: '#0A3F8C'

red 10 ◦ green 63 ◦ blue 140

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

Shades of Dark Cerulean #0A3F8C

Tints of Dark Cerulean #0A3F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 29.58%

 BLUE value IS 140 (55.08% from 255) = 65.73%

R = 4.69%
G = 29.58%
B = 65.73%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A3F8C (or 0x0A3F8C) is known color: Dark Cerulean. HEX triplet: 0A, 3F and 8C. RGB value is (10,63,140). Sum of RGB (Red+Green+Blue) = 10+63+140=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A3F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3F8C is #F5C073. Grayscale: #373737. Windows color (decimal): -16105588 or 9191178. OLE color: 9191178.

HSL color Cylindrical-coordinate representation of color #0A3F8C: hue angle of 215.54º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3F8C is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 63 140 -
CMYK 0.93 0.55 0 0.45
HSL 215.54º 0.87% 0.29% -
HSV(B) 215.54º 0.93% 0.55% -
XYZ 6.64 5.51 25.53 -
YUV 55.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 10 63 140 0.93 0.55 0 0.45 215.54 0.87 0.29
Hex A 3F 8C 5D 37 0 2D D8 57 1D
Octal 12 77 214 135 67 0 55 330 127 35
Binary 1010 111111 10001100 1011101 110111 0 101101 11011000 1010111 11101

Color Harmonies of #0A3F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3F8C

Black with #0A3F8C

Text Example


Text Example

White with #0A3F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,63,140); }

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

background-color css

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

 a { background-color: rgb(10,63,140); }

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

border-color css

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

 span { border-color: rgb(10,63,140); }

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