Html Css Color HEX #0140A4 Cobalt

📋 copy color: '#0140A4'

red 1 ◦ green 64 ◦ blue 164

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

Shades of Cobalt #0140A4

Tints of Cobalt #0140A4

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

 GREEN value IS 64 (25.39% from 255) = 27.95%

 BLUE value IS 164 (64.45% from 255) = 71.62%

R = 0.44%
G = 27.95%
B = 71.62%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0140A4 (or 0x0140A4) is known color: Cobalt. HEX triplet: 01, 40 and A4. RGB value is (1,64,164). Sum of RGB (Red+Green+Blue) = 1+64+164=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #0140A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0140A4 is #FEBF5B. Grayscale: #383838. Windows color (decimal): -16695132 or 10764289. OLE color: 10764289.

HSL color Cylindrical-coordinate representation of color #0140A4: hue angle of 216.81º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0140A4 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 64 164 -
CMYK 0.99 0.61 0 0.36
HSL 216.81º 0.99% 0.32% -
HSV(B) 216.81º 0.99% 0.64% -
XYZ 8.55 6.35 35.9 -
YUV 56.56 188.63 88.37 -
System Red Green Blue C M Y K H S L
Decimal 1 64 164 0.99 0.61 0 0.36 216.81 0.99 0.32
Hex 1 40 A4 63 3D 0 24 D9 63 20
Octal 1 100 244 143 75 0 44 331 143 40
Binary 1 1000000 10100100 1100011 111101 0 100100 11011001 1100011 100000

Color Harmonies of #0140A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0140A4

Black with #0140A4

Text Example


Text Example

White with #0140A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0140A4; }

 p { color: rgb(1,64,164); }

 H1.HeaderClassName
 {
   color: #0140A4;
 }
 .AnyTagClassName
 {
   color: #0140A4;
 }
</style>

background-color css

<style>
 a { background-color: #0140A4; }

 a { background-color: rgb(1,64,164); }

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

border-color css

<style>
 span { border-color: #0140A4; }

 span { border-color: rgb(1,64,164); }

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