Html Css Color HEX #0D41AF Cobalt

📋 copy color: '#0D41AF'

red 13 ◦ green 65 ◦ blue 175

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

Shades of Cobalt #0D41AF

Tints of Cobalt #0D41AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

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

R = 5.14%
G = 25.69%
B = 69.17%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0D41AF (or 0x0D41AF) is known color: Cobalt. HEX triplet: 0D, 41 and AF. RGB value is (13,65,175). Sum of RGB (Red+Green+Blue) = 13+65+175=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D41AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D41AF is #F2BE50. Grayscale: #3D3D3D. Windows color (decimal): -15908433 or 11485453. OLE color: 11485453.

HSL color Cylindrical-coordinate representation of color #0D41AF: hue angle of 220.74º 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 #0D41AF is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 65 175 -
CMYK 0.93 0.63 0 0.31
HSL 220.74º 0.86% 0.37% -
HSV(B) 220.74º 0.93% 0.69% -
XYZ 9.79 6.96 41.38 -
YUV 61.99 191.77 93.06 -
System Red Green Blue C M Y K H S L
Decimal 13 65 175 0.93 0.63 0 0.31 220.74 0.86 0.37
Hex D 41 AF 5D 3F 0 1F DD 56 25
Octal 15 101 257 135 77 0 37 335 126 45
Binary 1101 1000001 10101111 1011101 111111 0 11111 11011101 1010110 100101

Color Harmonies of #0D41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D41AF

Black with #0D41AF

Text Example


Text Example

White with #0D41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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