Html Css Color HEX #0F03B2 New Midnight Blue

📋 copy color: '#0F03B2'

red 15 ◦ green 3 ◦ blue 178

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

Shades of New Midnight Blue #0F03B2

Tints of New Midnight Blue #0F03B2

RGB

 RED value IS 15 (6.25% from 255) = 7.65%

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 178 (69.92% from 255) = 90.82%

R = 7.65%
G = 1.53%
B = 90.82%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0F03B2 (or 0x0F03B2) is known color: New Midnight Blue. HEX triplet: 0F, 03 and B2. RGB value is (15,3,178). Sum of RGB (Red+Green+Blue) = 15+3+178=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 178 (69.92% from 255 or 90.82% from 196); Max value from RGB is 178 - color contains mainly: blue. Hex color #0F03B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F03B2 is #F0FC4D. Grayscale: #191919. Windows color (decimal): -15793230 or 11666191. OLE color: 11666191.

HSL color Cylindrical-coordinate representation of color #0F03B2: hue angle of 244.11º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F03B2 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 3 178 -
CMYK 0.92 0.98 0 0.30
HSL 244.11º 0.97% 0.35% -
HSV(B) 244.11º 0.98% 0.7% -
XYZ 8.27 3.38 42.34 -
YUV 26.54 213.48 119.77 -
System Red Green Blue C M Y K H S L
Decimal 15 3 178 0.92 0.98 0 0.30 244.11 0.97 0.35
Hex F 3 B2 5C 62 0 1E F4 61 23
Octal 17 3 262 134 142 0 36 364 141 43
Binary 1111 11 10110010 1011100 1100010 0 11110 11110100 1100001 100011

Color Harmonies of #0F03B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F03B2

Black with #0F03B2

Text Example


Text Example

White with #0F03B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,3,178); }

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

background-color css

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

 a { background-color: rgb(15,3,178); }

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

border-color css

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

 span { border-color: rgb(15,3,178); }

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