Html Css Color HEX #07279B International Klein Blue

📋 copy color: '#07279B'

red 7 ◦ green 39 ◦ blue 155

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

Shades of International Klein Blue #07279B

Tints of International Klein Blue #07279B

RGB

 RED value IS 7 (3.13% from 255) = 3.48%

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

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

R = 3.48%
G = 19.4%
B = 77.11%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07279B (or 0x07279B) is known color: International Klein Blue. HEX triplet: 07, 27 and 9B. RGB value is (7,39,155). Sum of RGB (Red+Green+Blue) = 7+39+155=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #07279B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07279B is #F8D864. Grayscale: #2A2A2A. Windows color (decimal): -16308325 or 10168071. OLE color: 10168071.

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

Color convert

RGB 7 39 155 -
CMYK 0.95 0.75 0 0.39
HSL 227.03º 0.91% 0.32% -
HSV(B) 227.03º 0.95% 0.61% -
XYZ 6.73 3.86 31.4 -
YUV 42.66 191.4 102.57 -
System Red Green Blue C M Y K H S L
Decimal 7 39 155 0.95 0.75 0 0.39 227.03 0.91 0.32
Hex 7 27 9B 5F 4B 0 27 E3 5B 20
Octal 7 47 233 137 113 0 47 343 133 40
Binary 111 100111 10011011 1011111 1001011 0 100111 11100011 1011011 100000

Color Harmonies of #07279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07279B

Black with #07279B

Text Example


Text Example

White with #07279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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