Html Css Color HEX #0D4FB7 Cobalt

📋 copy color: '#0D4FB7'

red 13 ◦ green 79 ◦ blue 183

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

Shades of Cobalt #0D4FB7

Tints of Cobalt #0D4FB7

RGB

 RED value IS 13 (5.47% from 255) = 4.73%

 GREEN value IS 79 (31.25% from 255) = 28.73%

 BLUE value IS 183 (71.88% from 255) = 66.55%

R = 4.73%
G = 28.73%
B = 66.55%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0D4FB7 (or 0x0D4FB7) is known color: Cobalt. HEX triplet: 0D, 4F and B7. RGB value is (13,79,183). Sum of RGB (Red+Green+Blue) = 13+79+183=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 183 (71.88% from 255 or 66.55% from 275); Max value from RGB is 183 - color contains mainly: blue. Hex color #0D4FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4FB7 is #F2B048. Grayscale: #464646. Windows color (decimal): -15904841 or 12013325. OLE color: 12013325.

HSL color Cylindrical-coordinate representation of color #0D4FB7: hue angle of 216.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4FB7 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 13 79 183 -
CMYK 0.93 0.57 0 0.28
HSL 216.71º 0.87% 0.38% -
HSV(B) 216.71º 0.93% 0.72% -
XYZ 11.51 9.1 45.95 -
YUV 71.12 191.13 86.54 -
System Red Green Blue C M Y K H S L
Decimal 13 79 183 0.93 0.57 0 0.28 216.71 0.87 0.38
Hex D 4F B7 5D 39 0 1C D9 57 26
Octal 15 117 267 135 71 0 34 331 127 46
Binary 1101 1001111 10110111 1011101 111001 0 11100 11011001 1010111 100110

Color Harmonies of #0D4FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4FB7

Black with #0D4FB7

Text Example


Text Example

White with #0D4FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,79,183); }

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

background-color css

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

 a { background-color: rgb(13,79,183); }

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

border-color css

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

 span { border-color: rgb(13,79,183); }

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