Html Css Color HEX #0448CA Cobalt

📋 copy color: '#0448CA'

red 4 ◦ green 72 ◦ blue 202

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

Shades of Cobalt #0448CA

Tints of Cobalt #0448CA

RGB

 RED value IS 4 (1.95% from 255) = 1.44%

 GREEN value IS 72 (28.52% from 255) = 25.9%

 BLUE value IS 202 (79.3% from 255) = 72.66%

R = 1.44%
G = 25.9%
B = 72.66%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0448CA (or 0x0448CA) is known color: Cobalt. HEX triplet: 04, 48 and CA. RGB value is (4,72,202). Sum of RGB (Red+Green+Blue) = 4+72+202=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #0448CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0448CA is #FBB735. Grayscale: #414141. Windows color (decimal): -16496438 or 13256708. OLE color: 13256708.

HSL color Cylindrical-coordinate representation of color #0448CA: hue angle of 219.39º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0448CA is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 72 202 -
CMYK 0.98 0.64 0 0.21
HSL 219.39º 0.96% 0.4% -
HSV(B) 219.39º 0.98% 0.79% -
XYZ 13.03 8.92 56.91 -
YUV 66.49 204.47 83.43 -
System Red Green Blue C M Y K H S L
Decimal 4 72 202 0.98 0.64 0 0.21 219.39 0.96 0.4
Hex 4 48 CA 62 40 0 15 DB 60 28
Octal 4 110 312 142 100 0 25 333 140 50
Binary 100 1001000 11001010 1100010 1000000 0 10101 11011011 1100000 101000

Color Harmonies of #0448CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0448CA

Black with #0448CA

Text Example


Text Example

White with #0448CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0448CA; }

 p { color: rgb(4,72,202); }

 H1.HeaderClassName
 {
   color: #0448CA;
 }
 .AnyTagClassName
 {
   color: #0448CA;
 }
</style>

background-color css

<style>
 a { background-color: #0448CA; }

 a { background-color: rgb(4,72,202); }

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

border-color css

<style>
 span { border-color: #0448CA; }

 span { border-color: rgb(4,72,202); }

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