Html Css Color HEX #0C43FA Navy Blue

📋 copy color: '#0C43FA'

red 12 ◦ green 67 ◦ blue 250

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

Shades of Navy Blue #0C43FA

Tints of Navy Blue #0C43FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

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

R = 3.65%
G = 20.36%
B = 75.99%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C43FA (or 0x0C43FA) is known color: Navy Blue. HEX triplet: 0C, 43 and FA. RGB value is (12,67,250). Sum of RGB (Red+Green+Blue) = 12+67+250=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C43FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C43FA is #F3BC05. Grayscale: #464646. Windows color (decimal): -15973382 or 16401164. OLE color: 16401164.

HSL color Cylindrical-coordinate representation of color #0C43FA: hue angle of 226.13º 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 #0C43FA is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 67 250 -
CMYK 0.95 0.73 0 0.02
HSL 226.13º 0.96% 0.51% -
HSV(B) 226.13º 0.95% 0.98% -
XYZ 19.41 10.99 91.54 -
YUV 71.42 228.78 85.62 -
System Red Green Blue C M Y K H S L
Decimal 12 67 250 0.95 0.73 0 0.02 226.13 0.96 0.51
Hex C 43 FA 5F 49 0 2 E2 60 33
Octal 14 103 372 137 111 0 2 342 140 63
Binary 1100 1000011 11111010 1011111 1001001 0 10 11100010 1100000 110011

Color Harmonies of #0C43FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C43FA

Black with #0C43FA

Text Example


Text Example

White with #0C43FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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