Html Css Color HEX #00279B Smalt

📋 copy color: '#00279B'

red 0 ◦ green 39 ◦ blue 155

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

Shades of Smalt #00279B

Tints of Smalt #00279B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 39 (15.63% from 255) = 20.1%

 BLUE value IS 155 (60.94% from 255) = 79.9%

R = 0%
G = 20.1%
B = 79.9%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00279B (or 0x00279B) is known color: Smalt. HEX triplet: 00, 27 and 9B. RGB value is (0,39,155). Sum of RGB (Red+Green+Blue) = 0+39+155=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 155 (60.94% from 255 or 79.90% from 194); Max value from RGB is 155 - color contains mainly: blue. Hex color #00279B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00279B is #FFD864. Grayscale: #282828. Windows color (decimal): -16767077 or 10168064. OLE color: 10168064.

HSL color Cylindrical-coordinate representation of color #00279B: hue angle of 224.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00279B is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 39 155 -
CMYK 1 0.75 0 0.39
HSL 224.9º 1% 0.3% -
HSV(B) 224.9º 1% 0.61% -
XYZ 6.64 3.82 31.4 -
YUV 40.56 192.58 99.07 -
System Red Green Blue C M Y K H S L
Decimal 0 39 155 1 0.75 0 0.39 224.9 1 0.3
Hex 0 27 9B 64 4B 0 27 E1 64 1E
Octal 0 47 233 144 113 0 47 341 144 36
Binary 0 100111 10011011 1100100 1001011 0 100111 11100001 1100100 11110

Color Harmonies of #00279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00279B

Black with #00279B

Text Example


Text Example

White with #00279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00279B; }

 p { color: rgb(0,39,155); }

 H1.HeaderClassName
 {
   color: #00279B;
 }
 .AnyTagClassName
 {
   color: #00279B;
 }
</style>

background-color css

<style>
 a { background-color: #00279B; }

 a { background-color: rgb(0,39,155); }

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

border-color css

<style>
 span { border-color: #00279B; }

 span { border-color: rgb(0,39,155); }

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