Html Css Color HEX #0A448B Dark Cerulean

📋 copy color: '#0A448B'

red 10 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #0A448B

Tints of Dark Cerulean #0A448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

 BLUE value IS 139 (54.69% from 255) = 64.06%

R = 4.61%
G = 31.34%
B = 64.06%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A448B (or 0x0A448B) is known color: Dark Cerulean. HEX triplet: 0A, 44 and 8B. RGB value is (10,68,139). Sum of RGB (Red+Green+Blue) = 10+68+139=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A448B is #F5BB74. Grayscale: #3A3A3A. Windows color (decimal): -16104309 or 9126922. OLE color: 9126922.

HSL color Cylindrical-coordinate representation of color #0A448B: hue angle of 213.02º 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 #0A448B is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 68 139 -
CMYK 0.93 0.51 0 0.45
HSL 213.02º 0.87% 0.29% -
HSV(B) 213.02º 0.93% 0.55% -
XYZ 6.85 6.06 25.24 -
YUV 58.75 173.28 93.23 -
System Red Green Blue C M Y K H S L
Decimal 10 68 139 0.93 0.51 0 0.45 213.02 0.87 0.29
Hex A 44 8B 5D 33 0 2D D5 57 1D
Octal 12 104 213 135 63 0 55 325 127 35
Binary 1010 1000100 10001011 1011101 110011 0 101101 11010101 1010111 11101

Color Harmonies of #0A448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A448B

Black with #0A448B

Text Example


Text Example

White with #0A448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,68,139); }

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

background-color css

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

 a { background-color: rgb(10,68,139); }

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

border-color css

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

 span { border-color: rgb(10,68,139); }

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