Html Css Color HEX #0D439D Cobalt

📋 copy color: '#0D439D'

red 13 ◦ green 67 ◦ blue 157

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

Shades of Cobalt #0D439D

Tints of Cobalt #0D439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

 BLUE value IS 157 (61.72% from 255) = 66.24%

R = 5.49%
G = 28.27%
B = 66.24%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D439D (or 0x0D439D) is known color: Cobalt. HEX triplet: 0D, 43 and 9D. RGB value is (13,67,157). Sum of RGB (Red+Green+Blue) = 13+67+157=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D439D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D439D is #F2BC62. Grayscale: #3C3C3C. Windows color (decimal): -15907939 or 10306317. OLE color: 10306317.

HSL color Cylindrical-coordinate representation of color #0D439D: hue angle of 217.5º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D439D is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 67 157 -
CMYK 0.92 0.57 0 0.38
HSL 217.5º 0.85% 0.33% -
HSV(B) 217.5º 0.92% 0.62% -
XYZ 8.26 6.53 32.72 -
YUV 61.11 182.11 93.68 -
System Red Green Blue C M Y K H S L
Decimal 13 67 157 0.92 0.57 0 0.38 217.5 0.85 0.33
Hex D 43 9D 5C 39 0 26 DA 55 21
Octal 15 103 235 134 71 0 46 332 125 41
Binary 1101 1000011 10011101 1011100 111001 0 100110 11011010 1010101 100001

Color Harmonies of #0D439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D439D

Black with #0D439D

Text Example


Text Example

White with #0D439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,67,157); }

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

background-color css

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

 a { background-color: rgb(13,67,157); }

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

border-color css

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

 span { border-color: rgb(13,67,157); }

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