Html Css Color HEX #07269B International Klein Blue

📋 copy color: '#07269B'

red 7 ◦ green 38 ◦ blue 155

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

Shades of International Klein Blue #07269B

Tints of International Klein Blue #07269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

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

R = 3.5%
G = 19%
B = 77.5%

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

#07269B (or 0x07269B) is known color: International Klein Blue. HEX triplet: 07, 26 and 9B. RGB value is (7,38,155). Sum of RGB (Red+Green+Blue) = 7+38+155=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #07269B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07269B is #F8D964. Grayscale: #292929. Windows color (decimal): -16308581 or 10167815. OLE color: 10167815.

HSL color Cylindrical-coordinate representation of color #07269B: hue angle of 227.43º 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 #07269B is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 38 155 -
CMYK 0.95 0.75 0 0.39
HSL 227.43º 0.91% 0.32% -
HSV(B) 227.43º 0.95% 0.61% -
XYZ 6.7 3.8 31.39 -
YUV 42.07 191.73 102.99 -
System Red Green Blue C M Y K H S L
Decimal 7 38 155 0.95 0.75 0 0.39 227.43 0.91 0.32
Hex 7 26 9B 5F 4B 0 27 E3 5B 20
Octal 7 46 233 137 113 0 47 343 133 40
Binary 111 100110 10011011 1011111 1001011 0 100111 11100011 1011011 100000

Color Harmonies of #07269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07269B

Black with #07269B

Text Example


Text Example

White with #07269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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