Html Css Color HEX #0C45FA Navy Blue

📋 copy color: '#0C45FA'

red 12 ◦ green 69 ◦ blue 250

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

Shades of Navy Blue #0C45FA

Tints of Navy Blue #0C45FA

RGB

 RED value IS 12 (5.08% from 255) = 3.63%

 GREEN value IS 69 (27.34% from 255) = 20.85%

 BLUE value IS 250 (98.05% from 255) = 75.53%

R = 3.63%
G = 20.85%
B = 75.53%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C45FA (or 0x0C45FA) is known color: Navy Blue. HEX triplet: 0C, 45 and FA. RGB value is (12,69,250). Sum of RGB (Red+Green+Blue) = 12+69+250=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C45FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C45FA is #F3BA05. Grayscale: #474747. Windows color (decimal): -15972870 or 16401676. OLE color: 16401676.

HSL color Cylindrical-coordinate representation of color #0C45FA: hue angle of 225.63º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C45FA is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 69 250 -
CMYK 0.95 0.72 0 0.02
HSL 225.63º 0.96% 0.51% -
HSV(B) 225.63º 0.95% 0.98% -
XYZ 19.54 11.24 91.58 -
YUV 72.59 228.12 84.78 -
System Red Green Blue C M Y K H S L
Decimal 12 69 250 0.95 0.72 0 0.02 225.63 0.96 0.51
Hex C 45 FA 5F 48 0 2 E2 60 33
Octal 14 105 372 137 110 0 2 342 140 63
Binary 1100 1000101 11111010 1011111 1001000 0 10 11100010 1100000 110011

Color Harmonies of #0C45FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C45FA

Black with #0C45FA

Text Example


Text Example

White with #0C45FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,69,250); }

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

background-color css

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

 a { background-color: rgb(12,69,250); }

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

border-color css

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

 span { border-color: rgb(12,69,250); }

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