Html Css Color HEX #0034BF International Klein Blue

📋 copy color: '#0034BF'

red 0 ◦ green 52 ◦ blue 191

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

Shades of International Klein Blue #0034BF

Tints of International Klein Blue #0034BF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

 BLUE value IS 191 (75% from 255) = 78.6%

R = 0%
G = 21.4%
B = 78.6%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0034BF (or 0x0034BF) is known color: International Klein Blue. HEX triplet: 00, 34 and BF. RGB value is (0,52,191). Sum of RGB (Red+Green+Blue) = 0+52+191=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #0034BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0034BF is #FFCB40. Grayscale: #333333. Windows color (decimal): -16763713 or 12530688. OLE color: 12530688.

HSL color Cylindrical-coordinate representation of color #0034BF: hue angle of 223.66º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0034BF is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 52 191 -
CMYK 1 0.73 0 0.25
HSL 223.66º 1% 0.37% -
HSV(B) 223.66º 1% 0.75% -
XYZ 10.63 6.22 49.93 -
YUV 52.3 206.27 90.7 -
System Red Green Blue C M Y K H S L
Decimal 0 52 191 1 0.73 0 0.25 223.66 1 0.37
Hex 0 34 BF 64 49 0 19 E0 64 25
Octal 0 64 277 144 111 0 31 340 144 45
Binary 0 110100 10111111 1100100 1001001 0 11001 11100000 1100100 100101

Color Harmonies of #0034BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0034BF

Black with #0034BF

Text Example


Text Example

White with #0034BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0034BF; }

 p { color: rgb(0,52,191); }

 H1.HeaderClassName
 {
   color: #0034BF;
 }
 .AnyTagClassName
 {
   color: #0034BF;
 }
</style>

background-color css

<style>
 a { background-color: #0034BF; }

 a { background-color: rgb(0,52,191); }

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

border-color css

<style>
 span { border-color: #0034BF; }

 span { border-color: rgb(0,52,191); }

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