Html Css Color HEX #07259B International Klein Blue

📋 copy color: '#07259B'

red 7 ◦ green 37 ◦ blue 155

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

Shades of International Klein Blue #07259B

Tints of International Klein Blue #07259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

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

R = 3.52%
G = 18.59%
B = 77.89%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07259B (or 0x07259B) is known color: International Klein Blue. HEX triplet: 07, 25 and 9B. RGB value is (7,37,155). Sum of RGB (Red+Green+Blue) = 7+37+155=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #07259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07259B is #F8DA64. Grayscale: #282828. Windows color (decimal): -16308837 or 10167559. OLE color: 10167559.

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

Color convert

RGB 7 37 155 -
CMYK 0.95 0.76 0 0.39
HSL 227.84º 0.91% 0.32% -
HSV(B) 227.84º 0.95% 0.61% -
XYZ 6.67 3.73 31.38 -
YUV 41.48 192.06 103.41 -
System Red Green Blue C M Y K H S L
Decimal 7 37 155 0.95 0.76 0 0.39 227.84 0.91 0.32
Hex 7 25 9B 5F 4C 0 27 E4 5B 20
Octal 7 45 233 137 114 0 47 344 133 40
Binary 111 100101 10011011 1011111 1001100 0 100111 11100100 1011011 100000

Color Harmonies of #07259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07259B

Black with #07259B

Text Example


Text Example

White with #07259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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