Html Css Color HEX #07239B International Klein Blue

📋 copy color: '#07239B'

red 7 ◦ green 35 ◦ blue 155

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

Shades of International Klein Blue #07239B

Tints of International Klein Blue #07239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

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

R = 3.55%
G = 17.77%
B = 78.68%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07239B (or 0x07239B) is known color: International Klein Blue. HEX triplet: 07, 23 and 9B. RGB value is (7,35,155). Sum of RGB (Red+Green+Blue) = 7+35+155=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #07239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07239B is #F8DC64. Grayscale: #272727. Windows color (decimal): -16309349 or 10167047. OLE color: 10167047.

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

Color convert

RGB 7 35 155 -
CMYK 0.95 0.77 0 0.39
HSL 228.65º 0.91% 0.32% -
HSV(B) 228.65º 0.95% 0.61% -
XYZ 6.61 3.61 31.36 -
YUV 40.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 7 35 155 0.95 0.77 0 0.39 228.65 0.91 0.32
Hex 7 23 9B 5F 4D 0 27 E5 5B 20
Octal 7 43 233 137 115 0 47 345 133 40
Binary 111 100011 10011011 1011111 1001101 0 100111 11100101 1011011 100000

Color Harmonies of #07239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07239B

Black with #07239B

Text Example


Text Example

White with #07239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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