Html Css Color HEX #0B00CF Medium Blue

📋 copy color: '#0B00CF'

red 11 ◦ green 0 ◦ blue 207

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

Shades of Medium Blue #0B00CF

Tints of Medium Blue #0B00CF

RGB

 RED value IS 11 (4.69% from 255) = 5.05%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 207 (81.25% from 255) = 94.95%

R = 5.05%
G = 0%
B = 94.95%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0B00CF (or 0x0B00CF) is known color: Medium Blue. HEX triplet: 0B, 00 and CF. RGB value is (11,0,207). Sum of RGB (Red+Green+Blue) = 11+0+207=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 207 (81.25% from 255 or 94.95% from 218); Max value from RGB is 207 - color contains mainly: blue. Hex color #0B00CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B00CF is #F4FF30. Grayscale: #1A1A1A. Windows color (decimal): -16056113 or 13565963. OLE color: 13565963.

HSL color Cylindrical-coordinate representation of color #0B00CF: hue angle of 243.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B00CF is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 0 207 -
CMYK 0.95 1 0 0.19
HSL 243.19º 1% 0.41% -
HSV(B) 243.19º 1% 0.81% -
XYZ 11.4 4.58 59.31 -
YUV 26.89 229.64 116.67 -
System Red Green Blue C M Y K H S L
Decimal 11 0 207 0.95 1 0 0.19 243.19 1 0.41
Hex B 0 CF 5F 64 0 13 F3 64 29
Octal 13 0 317 137 144 0 23 363 144 51
Binary 1011 0 11001111 1011111 1100100 0 10011 11110011 1100100 101001

Color Harmonies of #0B00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B00CF

Black with #0B00CF

Text Example


Text Example

White with #0B00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,207); }

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

background-color css

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

 a { background-color: rgb(11,0,207); }

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

border-color css

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

 span { border-color: rgb(11,0,207); }

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