Html Css Color HEX #00279D International Klein Blue

📋 copy color: '#00279D'

red 0 ◦ green 39 ◦ blue 157

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

Shades of International Klein Blue #00279D

Tints of International Klein Blue #00279D

RGB

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

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

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

R = 0%
G = 19.9%
B = 80.1%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00279D (or 0x00279D) is known color: International Klein Blue. HEX triplet: 00, 27 and 9D. RGB value is (0,39,157). Sum of RGB (Red+Green+Blue) = 0+39+157=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #00279D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00279D is #FFD862. Grayscale: #282828. Windows color (decimal): -16767075 or 10299136. OLE color: 10299136.

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

Color convert

RGB 0 39 157 -
CMYK 1 0.75 0 0.38
HSL 225.1º 1% 0.31% -
HSV(B) 225.1º 1% 0.62% -
XYZ 6.81 3.89 32.29 -
YUV 40.79 193.58 98.91 -
System Red Green Blue C M Y K H S L
Decimal 0 39 157 1 0.75 0 0.38 225.1 1 0.31
Hex 0 27 9D 64 4B 0 26 E1 64 1F
Octal 0 47 235 144 113 0 46 341 144 37
Binary 0 100111 10011101 1100100 1001011 0 100110 11100001 1100100 11111

Color Harmonies of #00279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00279D

Black with #00279D

Text Example


Text Example

White with #00279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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