Html Css Color HEX #0D54AF Cobalt

📋 copy color: '#0D54AF'

red 13 ◦ green 84 ◦ blue 175

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

Shades of Cobalt #0D54AF

Tints of Cobalt #0D54AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 175 (68.75% from 255) = 64.34%

R = 4.78%
G = 30.88%
B = 64.34%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0D54AF (or 0x0D54AF) is known color: Cobalt. HEX triplet: 0D, 54 and AF. RGB value is (13,84,175). Sum of RGB (Red+Green+Blue) = 13+84+175=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D54AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D54AF is #F2AB50. Grayscale: #484848. Windows color (decimal): -15903569 or 11490317. OLE color: 11490317.

HSL color Cylindrical-coordinate representation of color #0D54AF: hue angle of 213.7º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D54AF is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 84 175 -
CMYK 0.93 0.52 0 0.31
HSL 213.7º 0.86% 0.37% -
HSV(B) 213.7º 0.93% 0.69% -
XYZ 11.07 9.52 41.81 -
YUV 73.15 185.48 85.1 -
System Red Green Blue C M Y K H S L
Decimal 13 84 175 0.93 0.52 0 0.31 213.7 0.86 0.37
Hex D 54 AF 5D 34 0 1F D6 56 25
Octal 15 124 257 135 64 0 37 326 126 45
Binary 1101 1010100 10101111 1011101 110100 0 11111 11010110 1010110 100101

Color Harmonies of #0D54AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D54AF

Black with #0D54AF

Text Example


Text Example

White with #0D54AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,84,175); }

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

background-color css

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

 a { background-color: rgb(13,84,175); }

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

border-color css

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

 span { border-color: rgb(13,84,175); }

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